home *** CD-ROM | disk | FTP | other *** search
-
-
- Semicolon (;) (1.3/2.x/3.x internal)
-
-
- NAME
- ; - Allows you to enter comments into an AmigaDOS
- script.
-
-
- SYNOPSIS
-
- ;All comments are here...
-
-
- DESCRIPTION
- The comments can be located anywhere inside the
- script. To be considered part of the comment then all
- the words must be to the right of the semicolon.
- Anything to the left of it will be read as a command.
-
- The string may be up to 254 lines long (255 including
- the ;).
-
- EXAMPLE
-
- This is a simple command sequence file using the ;
- command. Everything to the right of the ; is considered a
- comment and will not be acted upon.
-
-
- ;Begin ImageFX assigns
- Assign ImageFX Work:ImageFX
- Assign Help Work:ImageFX/Help ;Assigns help docs
- ;End assigning ImageFX
-
-
-